home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFUPLOADOPT / TFUPLOADOPT.txt
Text File  |  2006-04-19  |  2KB  |  104 lines

  1. object fUploadOpt: TfUploadOpt
  2.   Left = 343
  3.   Top = 131
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Upload options'
  7.   ClientHeight = 159
  8.   ClientWidth = 408
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbFiles: TGroupBox
  21.     Left = 8
  22.     Top = 16
  23.     Width = 393
  24.     Height = 105
  25.     Caption = 'Files to upload'
  26.     TabOrder = 0
  27.     object Bevel1: TBevel
  28.       Left = 8
  29.       Top = 24
  30.       Width = 377
  31.       Height = 52
  32.     end
  33.     object chkUAA: TCheckBox
  34.       Left = 8
  35.       Top = 82
  36.       Width = 204
  37.       Height = 17
  38.       Caption = 'Use &archive attribute'
  39.       TabOrder = 3
  40.     end
  41.     object rbAll: TRadioButton
  42.       Left = 16
  43.       Top = 28
  44.       Width = 121
  45.       Height = 17
  46.       Caption = 'All files'
  47.       Checked = True
  48.       TabOrder = 0
  49.       TabStop = True
  50.       OnClick = rbAllClick
  51.     end
  52.     object rbModified: TRadioButton
  53.       Left = 16
  54.       Top = 50
  55.       Width = 121
  56.       Height = 17
  57.       Caption = 'Modified since:'
  58.       TabOrder = 1
  59.       OnClick = rbModifiedClick
  60.     end
  61.     object edDateTime: TEdit
  62.       Left = 136
  63.       Top = 48
  64.       Width = 241
  65.       Height = 21
  66.       Enabled = False
  67.       MaxLength = 256
  68.       TabOrder = 2
  69.     end
  70.   end
  71.   object BtnOk: TButton
  72.     Left = 249
  73.     Top = 130
  74.     Width = 72
  75.     Height = 22
  76.     HelpContext = 49
  77.     Default = True
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ModalResult = 1
  84.     ParentFont = False
  85.     TabOrder = 1
  86.   end
  87.   object BtnCancel: TButton
  88.     Left = 329
  89.     Top = 130
  90.     Width = 72
  91.     Height = 22
  92.     HelpContext = 44
  93.     Cancel = True
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = []
  99.     ModalResult = 2
  100.     ParentFont = False
  101.     TabOrder = 2
  102.   end
  103. end
  104.